Class org.omg.CORBA.CharHolder
All Packages Class Hierarchy This Package Previous Next Index
Class org.omg.CORBA.CharHolder
java.lang.Object
|
+----org.omg.CORBA.CharHolder
- public final class CharHolder
- extends Object
A Holder class for characters for use with out and in/out IDL parameters.
-
value
-
the char value held by the CharHolder
-
CharHolder()
-
construct the CharHolder with null initial value
-
CharHolder(char)
-
construct the CharHolder with the given char
value
public char value
- the char value held by the CharHolder
CharHolder
public CharHolder()
- construct the CharHolder with null initial value
CharHolder
public CharHolder(char initial)
- construct the CharHolder with the given char
- Parameters:
- initial - the char used to initialize the CharHolder value
All Packages Class Hierarchy This Package Previous Next Index